tests: Install libtest-core.sh with installed tests
authorDan Nicholson <nicholson@endlessm.com>
Thu, 4 May 2017 19:16:21 +0000 (14:16 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 8 May 2017 18:34:10 +0000 (18:34 +0000)
Without this, running the installed tests fails dramatically. Remove it
from EXTRA_DIST since dist_installed_test_data takes care of dist.

Closes: #837
Approved by: dbnicholson

Makefile-tests.am

index 2c3e5047c6edafaa0a20291b4b8c1e5f6b5fe757..6cbce991c91bc6b46aca6456d8ed47e1c7bd7ce7 100644 (file)
@@ -129,9 +129,10 @@ dist_installed_test_data = tests/archive-test.sh \
        tests/basic-test.sh \
        tests/pre-endian-deltas-repo-big.tar.xz \
        tests/pre-endian-deltas-repo-little.tar.xz \
+       tests/libtest-core.sh \
        $(NULL)
 
-EXTRA_DIST += tests/libtest.sh tests/libtest-core.sh
+EXTRA_DIST += tests/libtest.sh
 
 dist_test_extra_scripts = \
        tests/bootloader-entries-crosscheck.py \